third-party-prc-api icon

third-party-prc-api

(0 reviews)

CRM - Request

Description: This service is used to deduct points and transfer it to his wallet.

Channel sends the request to mulesoft. Mulesoft will send the request to CRM system and get back the result.

A response is sent back to the channel immediately. If it fails due to any reason, a proper error is sent back to the API consuming channel to both REST using the error codes defined.

Mulesoft Request:

Headers:

Mandatory Headers: x-correlation-id, client_id, Authorization, x-channel-id, x-bank-id

Optional Headers: x-sub-channel-id, x-user-id, x-debug-flag, x-customer-id, client_secret

Paramaters:

URI Params: NA

Query Params: NA

Body:

{
  "Id": "String",
  "contactId": 300000006761999,
  "processId": "ProcessName",
  "processName": "ProcessName",
  "activityName": "ActivityName",
  "activityAssignedTo": "ActivityAssignedTo",
  "processStartDateTime": "ProcessStartDateTime",
  "processDueDate": "ProcessDueDate",
  "processSLAFlag": "ProcessSLAFlag",
  "activitySLAFlag": "ActivitySLAFlag",
  "processStatus": "ProcessStatus"
}

Content-type: application/json

Mulesoft Response:

Success Response: (200)

{
  "Id": "String",
  "contactId": 300000006761999,
  "processId": "ProcessName",
  "processName": "ProcessName",
  "activityName": "ActivityName",
  "activityAssignedTo": "ActivityAssignedTo",
  "processStartDateTime": "ProcessStartDateTime",
  "processDueDate": "ProcessDueDate",
  "processSLAFlag": "ProcessSLAFlag",
  "activitySLAFlag": "ActivitySLAFlag",
  "processStatus": "ProcessStatus"
}


Reviews